SectionProperties Class

Defined the formatting properties used by section styles.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class SectionProperties
Inheritance
Object    SectionProperties

Constructors

SectionProperties Initializes a new instance of the SectionProperties class.

Properties

BackgroundColor Specifies the background color for the section.
BackgroundImage Specifies an image as a background.
ColumnGap Specifies the gap between columns.
Columns Contains a collection of SectionColumn objects.
DontBalanceTextColumns Specifies whether the text column content should be evenly distributed over all text columns or not.
LeftMargin Specifies the left margin of the section.
Protect Specifies that sections should not be changed.
RightMargin Specifies the right margin of the section.
Separator Specifies the separator line between columns.
WritingMode Specifies the writing mode for an element.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current SectionProperties object to its equivalent string representation.
(Overrides ObjectToString)

See Also